Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
cat
: add rowskey --group options; increased perf of rowskeycat
: add rowskey --group options; increased perf of rowskey dathere/qsv#1508validate
: add --trim and --quiet optionsvalidate
: add --trim and --quiet options dathere/qsv#1452apply
&applydp
:operations regex_replace
now supports empty--replacement
with the "" special valueapply
&applydp
:operations regex_replace
now supports empty--replacement
with the "<EMPTY>" special value dathere/qsv#1470 and alignapply
/applydp
withreplace
to use <NULL> case-insensitive… dathere/qsv#1471exclude
: also consider rows with empty fieldsexclude
: also consider rows with empty fields dathere/qsv#1498extsort
: add--tmp-dir
option dathere/qsv@ca1f461Changed
validate
: Faster RFC4180 validation with byterecords and SIMD-accelerated utf8 validationvalidate
: Faster RFC4180 validation with byterecords and SIMD-accelerated utf8 validation dathere/qsv#1440excel
: minor performance tweaksexcel
: minor performance tweaks dathere/qsv#1446apply
,applydp
,explode
,geocode
,pseudo
: consolidate redundant code and use onereplace_column_value
helper fn in util.rs use onereplace_column_value
helper fn in util.rs dathere/qsv#1456excel
: bump calamine from 0.22 to 0.23excel
: bump calamine from 0.22 to 0.23 dathere/qsv#1473excel
&joinp
: use atoi_simd for faster &[u8] to int conversion dathere/qsv@9521f3ecat
,describegpt
,headers
,sqlp
,to
,tojsonl
: refactor commands that accept multiple input files to use improved process_input helper refactor commands that accept multiple input files to use improved process_input helper dathere/qsv#1496fetch
&fetchpost
: get_response refactor for maintainability and performancefetch
&fetchpost
: get_response refactor dathere/qsv#1507luau
: replaced --no-colindex option with --colindex option. --col-index slows down processing and is not often used, so make it an option, not the default. dathere/qsv@a0c8568Fixed
apply
: Fix fordynfmt
andcalcconv
subcommands not working in release mode Fix for applydynfmt
andcalcconv
not working in release mode dathere/qsv#1467luau
: fix check for excess mapped columns earlier. Otherwise, we'll get a CSV different field count error dathere/qsv@db15811Removed
luau
: remove unneeded--jit
option as we precompile luau scripts to bytecodeluau
: remove--jit
option dathere/qsv#1438Full Changelog: dathere/qsv@0.119.0...0.120.0